home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v10n06.arc / BOUNCE.ARC / BOUNCE.MAK < prev    next >
Text File  |  1991-03-06  |  256b  |  11 lines

  1. #----------------------
  2. # BOUNCE.MAK make file
  3. #----------------------
  4.  
  5. bounce.exe : bounce.obj bounce.def
  6.      link bounce, /align:16, NUL, /nod slibcew libw, bounce
  7.      rc bounce.exe
  8.  
  9. bounce.obj : bounce.c
  10.      cl -c -Gsw -Ow -W2 -Zp bounce.c
  11.